<xs:complexType name="FeeType" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:sequence><xs:element name="Description" type="TextLanguageType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="From" type="DateTimeType"><xs:annotation><xs:documentation>Start date/time of according fee</xs:documentation></xs:annotation></xs:element><xs:choice><xs:element name="Nights" type="xs:int" nillable="false"><xs:annotation><xs:documentation>Fee in number of nights</xs:documentation></xs:annotation></xs:element><xs:element name="Amount" type="CurrencyAmountType" nillable="true" minOccurs="0"><xs:annotation><xs:documentation>Fee as absolute amount</xs:documentation></xs:annotation></xs:element><xs:element name="Percentage" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>Fee as percentage value</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:complexType>